html-to-js-with-require
Advanced tools
Comparing version 1.0.0 to 1.0.1
var Path = require("path"); | ||
var through = require("through2"); | ||
var gulp = require("gulp"); | ||
module.exports = function(path) { | ||
@@ -4,0 +5,0 @@ // html 所在的路径 |
{ | ||
"name": "html-to-js-with-require", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"gulp": "^3.9.1", | ||
"gulp-footer": "^1.0.5", | ||
"gulp-ng-html2js": "^0.2.2", | ||
"through2": "^2.0.1" | ||
} | ||
} | ||
"_args": [ | ||
[{ | ||
"raw": "html-to-js-with-require", | ||
"scope": null, | ||
"escapedName": "html-to-js-with-require", | ||
"name": "html-to-js-with-require", | ||
"rawSpec": "", | ||
"spec": "latest", | ||
"type": "tag" | ||
}, | ||
"/Users/qianzhixiang/union/code-competion/myApp/www" | ||
] | ||
], | ||
"_from": "html-to-js-with-require@latest", | ||
"_id": "html-to-js-with-require@1.0.0", | ||
"_inCache": true, | ||
"_installable": true, | ||
"_location": "/html-to-js-with-require", | ||
"_nodeVersion": "4.4.3", | ||
"_npmOperationalInternal": { | ||
"host": "packages-12-west.internal.npmjs.com", | ||
"tmp": "tmp/html-to-js-with-require-1.0.0.tgz_1479287246890_0.18575930083170533" | ||
}, | ||
"_npmUser": { | ||
"name": "zxqian1991", | ||
"email": "zxqian1991@163.com" | ||
}, | ||
"_npmVersion": "3.10.6", | ||
"_phantomChildren": {}, | ||
"_requested": { | ||
"raw": "html-to-js-with-require", | ||
"scope": null, | ||
"escapedName": "html-to-js-with-require", | ||
"name": "html-to-js-with-require", | ||
"rawSpec": "", | ||
"spec": "latest", | ||
"type": "tag" | ||
}, | ||
"_requiredBy": [ | ||
"#DEV:/", | ||
"#USER" | ||
], | ||
"_resolved": "https://registry.npmjs.org/html-to-js-with-require/-/html-to-js-with-require-1.0.0.tgz", | ||
"_shasum": "2ce5ef2075897e6bac166ca106d985f325bea412", | ||
"_shrinkwrap": null, | ||
"_spec": "html-to-js-with-require", | ||
"_where": "/Users/qianzhixiang/union/code-competion/myApp/www", | ||
"author": "", | ||
"dependencies": {}, | ||
"description": "", | ||
"devDependencies": { | ||
"gulp": "^3.9.1", | ||
"gulp-footer": "^1.0.5", | ||
"gulp-ng-html2js": "^0.2.2", | ||
"through2": "^2.0.1" | ||
}, | ||
"directories": {}, | ||
"dist": { | ||
"shasum": "2ce5ef2075897e6bac166ca106d985f325bea412", | ||
"tarball": "https://registry.npmjs.org/html-to-js-with-require/-/html-to-js-with-require-1.0.0.tgz" | ||
}, | ||
"keywords": [], | ||
"license": "ISC", | ||
"main": "index.js", | ||
"maintainers": [{ | ||
"name": "zxqian1991", | ||
"email": "zxqian1991@163.com" | ||
}], | ||
"name": "html-to-js-with-require", | ||
"optionalDependencies": {}, | ||
"readme": "ERROR: No README data found!", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"version": "1.0.1" | ||
} |
4018
42