Files
2023-07-12 16:31:19 +01:00

81 lines
2.0 KiB
JSON
Executable File

{
"_from": "customizr@^1.2.1",
"_id": "customizr@1.2.1",
"_inBundle": false,
"_integrity": "sha512-ehwfABmC5eQQ3rGdvQnPUJEwolIvD3kYEQTM3+w6JH1SHaSRYKgnqLDv3+h030ZhmpoTyZlGmI66286LdILw5Q==",
"_location": "/customizr",
"_phantomChildren": {
"abbrev": "1.1.1",
"nice-try": "1.0.5",
"osenv": "0.1.5",
"path-key": "2.0.1",
"semver": "5.6.0",
"shebang-command": "1.2.0",
"which": "1.3.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "customizr@^1.2.1",
"name": "customizr",
"escapedName": "customizr",
"rawSpec": "^1.2.1",
"saveSpec": null,
"fetchSpec": "^1.2.1"
},
"_requiredBy": [
"/gulp-modernizr"
],
"_resolved": "https://registry.npmjs.org/customizr/-/customizr-1.2.1.tgz",
"_shasum": "f6f246c708120558da8ab7038604f0f5bf9ee01b",
"_spec": "customizr@^1.2.1",
"_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/gulp-modernizr",
"author": {
"name": "Richard Herrera"
},
"bin": {
"customizr": "bin/customizr"
},
"bugs": {
"url": "https://github.com/Modernizr/customizr/issues"
},
"bundleDependencies": false,
"dependencies": {
"colors": "^1.3.3",
"cross-spawn": "^6.0.5",
"fast-deep-equal": "^2.0.1",
"glob": "^7.1.3",
"lodash": "^4.17.11",
"mkdirp": "^0.5.1",
"modernizr": "^3",
"nopt": "^4.0.1",
"optimist": "^0.6.1",
"promised-io": "^0.3.5"
},
"deprecated": false,
"description": "Build out a lean, mean Modernizr machine.",
"devDependencies": {
"chai": "^4.2.0",
"fs-extra": "^7.0.1",
"mocha": "^6.0.2",
"nexpect": "^0.5.0"
},
"homepage": "https://github.com/Modernizr/customizr",
"keywords": [
"modernizr",
"customizr"
],
"license": "MIT",
"main": "src",
"name": "customizr",
"repository": {
"type": "git",
"url": "git+https://github.com/Modernizr/customizr.git"
},
"scripts": {
"pretest": "node test/pretest.js",
"test": "node test/runner.js"
},
"version": "1.2.1"
}