123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199 |
- {
- "_args": [
- [
- {
- "raw": "node-expat@^2.3.15",
- "scope": null,
- "escapedName": "node-expat",
- "name": "node-expat",
- "rawSpec": "^2.3.15",
- "spec": ">=2.3.15 <3.0.0",
- "type": "range"
- },
- "/data/feimat/test_yali/online/shoufeilive/liveserver/node_modules/xml2json"
- ]
- ],
- "_from": "node-expat@>=2.3.15 <3.0.0",
- "_id": "node-expat@2.3.16",
- "_inCache": true,
- "_location": "/node-expat",
- "_nodeVersion": "8.1.3",
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/node-expat-2.3.16.tgz_1499287744109_0.4599996404722333"
- },
- "_npmUser": {
- "name": "astro",
- "email": "astro@spaceboyz.net"
- },
- "_npmVersion": "5.0.3",
- "_phantomChildren": {},
- "_requested": {
- "raw": "node-expat@^2.3.15",
- "scope": null,
- "escapedName": "node-expat",
- "name": "node-expat",
- "rawSpec": "^2.3.15",
- "spec": ">=2.3.15 <3.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/xml2json"
- ],
- "_resolved": "https://registry.npmjs.org/node-expat/-/node-expat-2.3.16.tgz",
- "_shasum": "adb22174e1aaa5305996bd5b1aa6f2c8d5c0f239",
- "_shrinkwrap": null,
- "_spec": "node-expat@^2.3.15",
- "_where": "/data/feimat/test_yali/online/shoufeilive/liveserver/node_modules/xml2json",
- "author": {
- "name": "Astro",
- "email": "astro@spaceboyz.net",
- "url": "http://spaceboyz.net/~astro/"
- },
- "bugs": {
- "url": "https://github.com/astro/node-expat/issues"
- },
- "contributors": [
- {
- "name": "Stephan Maka"
- },
- {
- "name": "Derek Hammer"
- },
- {
- "name": "Iein Valdez"
- },
- {
- "name": "Peter Körner"
- },
- {
- "name": "Camilo Aguilar"
- },
- {
- "name": "Michael Weibel"
- },
- {
- "name": "Alexey Zhuchkov"
- },
- {
- "name": "Satyam Shekhar"
- },
- {
- "name": "Dhruv Matani"
- },
- {
- "name": "Andreas Botsikas"
- },
- {
- "name": "Tom Hughes-Croucher"
- },
- {
- "name": "Nathan Rajlich"
- },
- {
- "name": "Julien Genestoux"
- },
- {
- "name": "Sonny Piers"
- },
- {
- "name": "Lloyd Watkin"
- },
- {
- "name": "AJ ONeal"
- },
- {
- "name": "Rod Vagg"
- },
- {
- "name": "Christoph Hartmann"
- },
- {
- "name": "Corbin Uselton"
- },
- {
- "name": "Julian Duque"
- },
- {
- "name": "Lovell Fuller"
- },
- {
- "name": "Antonio Bustos"
- }
- ],
- "dependencies": {
- "bindings": "^1.2.1",
- "nan": "^2.3.5"
- },
- "description": "NodeJS binding for fast XML parsing.",
- "devDependencies": {
- "benchmark": "^2.1.0",
- "debug": "^2.2.0",
- "iconv": "^2.2.0",
- "libxmljs": "^0.18.0",
- "ltx": "^2.3.0",
- "node-xml": "^1.0.2",
- "sax": "^1.2.1",
- "standard": "^7.1.2",
- "vows": "^0.8.1"
- },
- "directories": {},
- "dist": {
- "integrity": "sha512-e3HyQI0lk5CXyYQ4RsDYGiWdY5LJxNMlNCzo4/gwqY8lhYIeTf5VwGirGDa1EPrcZROmOR37wHuFVnoHmOWnOw==",
- "shasum": "adb22174e1aaa5305996bd5b1aa6f2c8d5c0f239",
- "tarball": "https://registry.npmjs.org/node-expat/-/node-expat-2.3.16.tgz"
- },
- "gitHead": "f8cdea15e7779979f6172cc1c3272de9b32c0262",
- "gypfile": true,
- "homepage": "http://github.com/astro/node-expat",
- "keywords": [
- "xml",
- "sax",
- "expat",
- "libexpat",
- "parse",
- "parsing"
- ],
- "license": "MIT",
- "licenses": [
- {
- "type": "MIT"
- }
- ],
- "main": "./lib/node-expat",
- "maintainers": [
- {
- "name": "astro",
- "email": "astro@spaceboyz.net"
- },
- {
- "name": "lloydwatkin",
- "email": "lloyd@evilprofessor.co.uk"
- },
- {
- "name": "chris-rock",
- "email": "chris@lollyrock.com"
- },
- {
- "name": "sonny",
- "email": "sonny@fastmail.net"
- }
- ],
- "name": "node-expat",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/astro/node-expat.git"
- },
- "scripts": {
- "benchmark": "node ./benchmark.js",
- "install": "node-gyp rebuild",
- "lint": "standard",
- "preversion": "npm test",
- "test": "npm run unit && npm run lint",
- "unit": "vows --spec ./test/**/*.js"
- },
- "version": "2.3.16"
- }
|