1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "_args": [
- [
- "unidecode@0.1.8",
- "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
- ]
- ],
- "_development": true,
- "_from": "unidecode@0.1.8",
- "_id": "unidecode@0.1.8",
- "_inBundle": false,
- "_integrity": "sha1-77swFTi8RSRqmsjFWdcvAVMFBT4=",
- "_location": "/unidecode",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "unidecode@0.1.8",
- "name": "unidecode",
- "escapedName": "unidecode",
- "rawSpec": "0.1.8",
- "saveSpec": null,
- "fetchSpec": "0.1.8"
- },
- "_requiredBy": [
- "/url-slug"
- ],
- "_resolved": "https://registry.nlark.com/unidecode/download/unidecode-0.1.8.tgz",
- "_spec": "0.1.8",
- "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
- "author": {
- "name": "Francois-Guillaume Ribreau",
- "email": "npm@fgribreau.com",
- "url": "http://fgribreau.com"
- },
- "bugs": {
- "url": "https://github.com/FGRibreau/node-unidecode/issues"
- },
- "dependencies": {},
- "description": "ASCII transliterations of Unicode text",
- "devDependencies": {
- "jshint": "^2.5.11",
- "mocha": "^2.0.1"
- },
- "engines": {
- "node": ">= 0.4.12"
- },
- "homepage": "http://blog.fgribreau.com/2012/05/unidecode-for-javascript-nodejs.html",
- "keywords": [
- "unidecode",
- "unicode",
- "utf8"
- ],
- "licenses": [
- {
- "type": "BSD",
- "url": "http://github.com/FGRibreau/node-unidecode/blob/master/LICENSE"
- }
- ],
- "main": "./unidecode",
- "name": "unidecode",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/FGRibreau/node-unidecode.git"
- },
- "scripts": {
- "lint": "jshint *.js */*.js",
- "test": "mocha"
- },
- "version": "0.1.8"
- }
|