72 lines
1.6 KiB
JSON
72 lines
1.6 KiB
JSON
{
|
|
"_from": "ncname@1.0.x",
|
|
"_id": "ncname@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-W1etGLHKCShk72Kwse2BlPODtxw=",
|
|
"_location": "/ncname",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "ncname@1.0.x",
|
|
"name": "ncname",
|
|
"escapedName": "ncname",
|
|
"rawSpec": "1.0.x",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.x"
|
|
},
|
|
"_requiredBy": [
|
|
"/html-minifier"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/ncname/-/ncname-1.0.0.tgz",
|
|
"_shasum": "5b57ad18b1ca092864ef62b0b1ed8194f383b71c",
|
|
"_spec": "ncname@1.0.x",
|
|
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build/node_modules/html-minifier",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "http://sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/ncname/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"xml-char-classes": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Regular expression for matching XML NCName",
|
|
"devDependencies": {
|
|
"mocha": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/ncname#readme",
|
|
"keywords": [
|
|
"ncname",
|
|
"ncnamechar",
|
|
"xml",
|
|
"re",
|
|
"regex",
|
|
"name",
|
|
"element",
|
|
"tag",
|
|
"match",
|
|
"unicode"
|
|
],
|
|
"license": "MIT",
|
|
"name": "ncname",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/ncname.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|