75 lines
1.8 KiB
JSON
75 lines
1.8 KiB
JSON
{
|
|
"_from": "is-alphanumeric@^1.0.0",
|
|
"_id": "is-alphanumeric@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-Spzvcdr0wAHB2B1j0UDPU/1oifQ=",
|
|
"_location": "/is-alphanumeric",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "is-alphanumeric@^1.0.0",
|
|
"name": "is-alphanumeric",
|
|
"escapedName": "is-alphanumeric",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/remark-stringify",
|
|
"/remark/remark-stringify"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/is-alphanumeric/-/is-alphanumeric-1.0.0.tgz",
|
|
"_shasum": "4a9cef71daf4c001c1d81d63d140cf53fd6889f4",
|
|
"_spec": "is-alphanumeric@^1.0.0",
|
|
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/remark/node_modules/remark-stringify",
|
|
"author": {
|
|
"name": "Arthur Verschaeve",
|
|
"email": "contact@arthurverschaeve.be",
|
|
"url": "arthurverschaeve.be"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/arthurvr/is-alphanumeric/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Check if a string only contains alphanumeric characters",
|
|
"devDependencies": {
|
|
"mocha": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/arthurvr/is-alphanumeric#readme",
|
|
"keywords": [
|
|
"numbers",
|
|
"numeric",
|
|
"alphabet",
|
|
"alphabetic",
|
|
"check",
|
|
"is",
|
|
"detect",
|
|
"latin",
|
|
"alphanumeric",
|
|
"string",
|
|
"text",
|
|
"letters",
|
|
"digit",
|
|
"arabic",
|
|
"alphameric"
|
|
],
|
|
"license": "MIT",
|
|
"name": "is-alphanumeric",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/arthurvr/is-alphanumeric.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|